home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1998…tember: Reference Library / Dev.CD Sep 98 RL1.toast / Technical Documentation / develop / develop Issue 27 / develop Issue 27 code / Internet Config Assistant / InternetAssistantPrefix.h < prev   
Encoding:
C/C++ Source or Header  |  1996-06-30  |  76 b   |  9 lines  |  [TEXT/CWIE]

  1.  
  2. #define NDEBUG
  3.  
  4. #ifdef NDEBUG
  5. #define DEBUG 0
  6. #else
  7. #define DEBUG 1
  8. #endif
  9.